Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.faceted.search.dm.core.types--doctype

This contribution is part of XML component org.nuxeo.ecm.platform.faceted.search.dm.core.types inside nuxeo-platform-faceted-search-dm-6.0.jar

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <doctype extends="FacetedSearch" name="FacetedSearchDefault">
          <schema name="faceted_search_default"/>
          <facet name="FacetedSearch"/>
          <facet name="HiddenInNavigation"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">

    <doctype extends="FacetedSearch" name="FacetedSearchDefault">
      <schema name="faceted_search_default"/>
      <facet name="FacetedSearch"/>
      <facet name="HiddenInNavigation"/>
    </doctype>

  </extension>